home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / pmathlib / pmlsrc21.zoo / envtests / makefile.tos < prev    next >
Encoding:
Makefile  |  1992-03-27  |  129 b   |  9 lines

  1. CC = cgcc
  2. ALL = testfrexp.ttp testldexp.ttp testmodf.ttp
  3.  
  4. all : 
  5.     make -f makefile.pml CC=cgcc LD=cgcc
  6.  
  7. clean:
  8.     rm -f *.o $(ALL)
  9.